libxc: set all VCPU's online by default in HVM info table
authorGianni Tedesco <gianni.tedesco@citrix.com>
Thu, 7 Apr 2011 11:13:58 +0000 (12:13 +0100)
committerGianni Tedesco <gianni.tedesco@citrix.com>
Thu, 7 Apr 2011 11:13:58 +0000 (12:13 +0100)
commitb972d1abef9656914f6d86aed2226264c7b06c57
tree8bce99e496ae477c874f90db160278aa5de9d18e
parent4f4d5c8d7977f676b6ee99fd16ab5ea9c218b6db
libxc: set all VCPU's online by default in HVM info table

This sets a saner default for the cpu-online-map by setting all bits
to 1. The default assumption ought to be that nr-vcpus ==
nr-vcpus-at-start. If that is not true, then the toolstack must modify
the bitmap, but if it is true, the toolstack oughtn't need to do
anything further.

Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com>
tools/libxc/xc_hvm_build.c